home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / prog / idpds10.zip / IDOORDEM.DOC < prev    next >
Text File  |  1993-04-09  |  888b  |  30 lines

  1. IDOOR.BAS is a DOOR demo program used to illustrate some of the features of
  2. INSTA-DOOR.  You can run the DEMO in the enviroment with the command:
  3.  
  4.        QB IDOOR /L IDOORQB /CMD IDOOR.CFG        For QB users
  5.        QBX IDOOR /L IDOORPDS /CMD IDOOR.CFG      For PDS 7.1 users
  6.        VBDOS IDOOR /L IDOORPDS /CMD IDOOR.CFG    For VISUAL BASIC users
  7.  
  8. You can compile in the enviroment or with the following command from the
  9. command line:
  10.  
  11.        BC IDOOR /O;             For QB and VB users
  12.        BC IDOOR /O /FS;         For PDS users
  13.  
  14. Then LINK with:
  15.  
  16.        LINK /EX /NOE IDOOR,,NUL,IDOORQB;        For QB users
  17.        LINK /EX /NOE IDOOR,,NUL,IDOORPDS;       For PDS users
  18.        LINK /EX /NOE IDOOR,,NUL,IDOORVB;        For VB users
  19.  
  20. Run the program with:
  21.  
  22.        IDOOR IDOOR.CFG LOCAL
  23.  
  24. or, if you wanna run as a door to a BBS:
  25.  
  26.        IDOOR IDOOR.CFG
  27.  
  28.  
  29.  
  30.